home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetInkND.h ---------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetInkND__
- #define __PGetInkND__
-
- #include "PHandleQuery.h"
-
- class PGetInkND : public PHandleQuery
- {
-
- public:
-
- PGetInkND(const char * sName);
-
- short cKind;
- short dNDValue;
-
- private:
-
- PGetInkND();
- };
-
- #endif
-
- // end of PGetInkND.h
-